home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Starter / Source / PB.project < prev    next >
Text File  |  1995-06-12  |  1KB  |  29 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. FILESTABLE = {
  3.     OTHER_LIBS = (Foundation_s, Media_s, NeXT_s);
  4.     CLASSES = (AdjFontTextField.m, ClockView.m, CommandView.m, Controller.m, Document.m, DocumentWindow.m, InspectorManager.m, KeyPanel.m, MenuController.m, MultipleScreenManager.m, PreferenceManager.m, RemoteServer.m);
  5.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
  6.     H_FILES = (AdjFontTextField.h, ClockView.h, CommandView.h, Controller.h, Document.h, DocumentWindow.h, InspectorManager.h, KeyPanel.h, MenuController.h, MultipleScreenManager.h, PreferenceManager.h, RemoteServer.h, util.h);
  7.     INTERFACES = (Document.nib, InfoPanel.nib, InspectorPanel.nib, PrefPanel.nib, Starter.nib);
  8.     IMAGES = (clockbits.tiff);
  9.     OTHER_LINKED = ();
  10.     M_FILES = (util.m, Starter_main.m);
  11. };
  12. GENERATEMAIN = YES;
  13. DOCICONFILES = (docIcon.tiff);
  14. APPCLASS = Application;
  15. MAINNIB = Starter;
  16. DOCEXTENSIONS = (starter);
  17. PROJECTTYPE = Application;
  18. PROJECTVERSION = 1.1;
  19. LOCALIZABLE_FILES = {
  20.     Document.nib;
  21.     PrefPanel.nib;
  22.     InspectorPanel.nib;
  23.     Starter.nib;
  24.     InfoPanel.nib;
  25. };
  26. PROJECTNAME = Starter;
  27. SYSTEMEXTENSIONS = ();
  28. LANGUAGE = English;
  29.